home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-207.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  75 lines

  1. # This script was automatically generated from the dsa-207
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. The SuSE security team discovered a vulnerability in kpathsea library
  12. (libkpathsea) which is used by xdvi and dvips.  Both programs call the
  13. system() function insecurely, which allows a remote attacker to
  14. execute arbitrary commands via cleverly crafted DVI files.
  15. If dvips is used in a print filter, this allows a local or remote
  16. attacker with print permission execute arbitrary code as the printer
  17. user (usually lp).
  18. This problem has been fixed in version 1.0.7+20011202-7.1 for the
  19. current stable distribution (woody), in version 1.0.6-7.3 for the old
  20. stable distribution (potato) and in version 1.0.7+20021025-4 for the
  21. unstable distribution (sid).  xdvik-ja and dvipsk-ja are vulnerable as
  22. well, but link to the kpathsea library dynamically and will
  23. automatically be fixed after a new libkpathsea is installed.
  24. We recommend that you upgrade your tetex-lib package immediately.
  25.  
  26.  
  27. Solution : http://www.debian.org/security/2002/dsa-207
  28. Risk factor : High';
  29.  
  30. if (description) {
  31.  script_id(15044);
  32.  script_version("$Revision: 1.4 $");
  33.  script_xref(name: "DSA", value: "207");
  34.  script_cve_id("CVE-2002-0836");
  35.  
  36.  script_description(english: desc);
  37.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  38.  script_name(english: "[DSA207] DSA-207-1 tetex-bin");
  39.  script_category(ACT_GATHER_INFO);
  40.  script_family(english: "Debian Local Security Checks");
  41.  script_dependencies("ssh_get_info.nasl");
  42.  script_require_keys("Host/Debian/dpkg-l");
  43.  script_summary(english: "DSA-207-1 tetex-bin");
  44.  exit(0);
  45. }
  46.  
  47. include("debian_package.inc");
  48.  
  49. w = 0;
  50. if (deb_check(prefix: 'tetex-bin', release: '2.2', reference: '1.0.6-7.3')) {
  51.  w ++;
  52.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package tetex-bin is vulnerable in Debian 2.2.\nUpgrade to tetex-bin_1.0.6-7.3\n');
  53. }
  54. if (deb_check(prefix: 'tetex-dev', release: '2.2', reference: '1.0.6-7.3')) {
  55.  w ++;
  56.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package tetex-dev is vulnerable in Debian 2.2.\nUpgrade to tetex-dev_1.0.6-7.3\n');
  57. }
  58. if (deb_check(prefix: 'tetex-lib', release: '2.2', reference: '1.0.6-7.3')) {
  59.  w ++;
  60.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package tetex-lib is vulnerable in Debian 2.2.\nUpgrade to tetex-lib_1.0.6-7.3\n');
  61. }
  62. if (deb_check(prefix: 'libkpathsea-dev', release: '3.0', reference: '1.0.7+20011202-7.1')) {
  63.  w ++;
  64.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package libkpathsea-dev is vulnerable in Debian 3.0.\nUpgrade to libkpathsea-dev_1.0.7+20011202-7.1\n');
  65. }
  66. if (deb_check(prefix: 'libkpathsea3', release: '3.0', reference: '1.0.7+20011202-7.1')) {
  67.  w ++;
  68.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package libkpathsea3 is vulnerable in Debian 3.0.\nUpgrade to libkpathsea3_1.0.7+20011202-7.1\n');
  69. }
  70. if (deb_check(prefix: 'tetex-bin', release: '3.0', reference: '1.0.7+20011202-7.1')) {
  71.  w ++;
  72.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package tetex-bin is vulnerable in Debian 3.0.\nUpgrade to tetex-bin_1.0.7+20011202-7.1\n');
  73. }
  74. if (w) { security_hole(port: 0, data: desc); }
  75.